projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19cf543
)
Fix typo.
author
Pavel Janík
<Pavel@Janik.cz>
Tue, 26 Mar 2002 11:08:47 +0000
(11:08 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Tue, 26 Mar 2002 11:08:47 +0000
(11:08 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 8a760caa5e34466df43d852d1705f864943c802f..984a69c0a0300ace2ed536fc7874238350107975 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-7435,7
+7435,7
@@
update_menu_bar (f, save_match_data)
window = FRAME_SELECTED_WINDOW (f);
w = XWINDOW (window);
-#if 0 /* The if statment below this if statement used to include the
+#if 0 /* The if stat
e
ment below this if statement used to include the
condition !NILP (w->update_mode_line), rather than using
update_mode_lines directly, and this if statement may have
been added to make that condition work. Now the if